ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / OnValueChanged(PropertyChangedEventArgs<Double>) Method



In This Topic
    OnValueChanged(PropertyChangedEventArgs<Double>) Method
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValueChanged( _
       ByVal e As PropertyChangedEventArgs(Of Double) _
    ) 
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim e As PropertyChangedEventArgs(Of Double)
     
    instance.OnValueChanged(e)
    protected virtual void OnValueChanged( 
       PropertyChangedEventArgs<double> e
    )
    protected:
    virtual void OnValueChanged( 
       PropertyChangedEventArgs<double>^ e
    ) 

    Parameters

    e
    See Also